home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DomonicDefence4.swf
/
scripts
/
DefineButton2_1471
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-27
|
343 b
|
18 lines
on(release){
if(_root.money >= 400 && _root.axeSpell != 1)
{
_root.axeSpell = 1;
_root.summon_Axe._visible = true;
_root.money -= 400;
messo = "Got Sum. Axe!";
}
else if(_root.axeSpell == 1)
{
messo = "Already have it!";
}
else
{
messo = "Not enough money!";
}
}